Click or drag to resize

EncryptionKeyParse Method

Converts the specified string representation of a encryption key to its EncryptionKey equivalent.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static EncryptionKey Parse(
	string encryptionKey
)

Parameters

encryptionKey
Type: SystemString
A string containing a encryption key to convert.

Return Value

Type: EncryptionKey
A EncryptionKey equivalent contained in the encryptionKey parameter.
See Also